![]() |
GetMenuExcludesMarkColumn |
||||
Header: | Menus.h | Carbon status: | Not Recommended | |
Returns whether a menu contains space for mark characters.
Boolean GetMenuExcludesMarkColumn ( MenuHandle menu );
A handle to the menu whose width is to be examined.
Returns true if the menu currently contains no space for mark characters; false if the menu is currently drawn in its full width, with space for mark characters.
See also the SetMenuExcludesMarkColumn function.
This function is available with Mac OS 8.5 and later.
Not recommended in Carbon. Available in CarbonLib 1.0 and later when MenusLib 8.5 or later is installed. Exported by CarbonLib 1.0 and later and by MenusLib 8.5 and later.
You should instead inspect the kMenuExcludesMarkColumn menu attribute using the GetMenuAttributes function.
© 2000 Apple Computer, Inc. — (Last Updated 4/14/2000)